projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a1adcf
)
[MINIOS] Declare a __XEN_INTERFACE_VERSION__ to fix the build
author
Anil Madhavapeddy
<anil@xensource.com>
Thu, 31 Aug 2006 11:07:46 +0000
(12:07 +0100)
committer
Anil Madhavapeddy
<anil@xensource.com>
Thu, 31 Aug 2006 11:07:46 +0000
(12:07 +0100)
extras/mini-os/Makefile
patch
|
blob
|
history
diff --git
a/extras/mini-os/Makefile
b/extras/mini-os/Makefile
index 281ae071986f50198ec9cc405613b32b98160c12..9bc4eb37f97911327ebffa7f19ffb2aa37b5e94c 100644
(file)
--- a/
extras/mini-os/Makefile
+++ b/
extras/mini-os/Makefile
@@
-7,9
+7,12
@@
include $(XEN_ROOT)/Config.mk
# Set TARGET_ARCH
override TARGET_ARCH := $(XEN_TARGET_ARCH)
+XEN_INTERFACE_VERSION := 0x00030203
+
# NB. '-Wcast-qual' is nasty, so I omitted it.
CFLAGS := -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format
CFLAGS += -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline
+CFLAGS += -D__XEN_INTERFACE_VERSION__=$(XEN_INTERFACE_VERSION)
ASFLAGS = -D__ASSEMBLY__